home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Control Common / CCurrentResource.h < prev    next >
C/C++ Source or Header  |  1996-09-18  |  136b  |  10 lines

  1. class CCurrentResource
  2. {
  3.     public:
  4.                 CCurrentResource(short NewResRefNum);
  5.                 ~CCurrentResource();
  6.  
  7.     private:
  8.         short    InResRefNum;
  9. };
  10.